object fmAddBottom: TfmAddBottom Left = 463 Top = 390 Width = 425 Height = 188 HelpContext = 540 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object laAction: TLabel Left = 7 Top = 38 Width = 33 Height = 13 Caption = 'A&ction:' FocusControl = cbAction end object laCompression: TLabel Left = 7 Top = 80 Width = 63 Height = 13 Caption = 'C&ompression:' FocusControl = cbCompression end object Label5: TLabel Left = 7 Top = 122 Width = 111 Height = 13 Caption = '&Multiple Disk Spanning:' FocusControl = cbDiskSpanning end object bvTopLine: TBevel Left = 7 Top = 30 Width = 402 Height = 9 Shape = bsTopLine end object cbAction: TComboBox Left = 7 Top = 54 Width = 177 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 0 TabOrder = 0 Text = 'Add files' OnChange = cbActionChange Items.Strings = ( 'Add files' 'Freshen existing files' 'Move files') end object cbCompression: TComboBox Left = 7 Top = 96 Width = 177 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 0 TabOrder = 1 Text = 'Maximum' Items.Strings = ( 'Maximum' 'Normal' 'Minimum' 'None') end object cbDiskSpanning: TComboBox Left = 7 Top = 138 Width = 177 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 0 TabOrder = 2 Text = 'Automatic' Items.Strings = ( 'Automatic' 'No Spanning') end object gbFolders: TGroupBox Left = 191 Top = 86 Width = 217 Height = 73 Caption = ' Folders ' TabOrder = 3 object ckSaveFullPath: TCheckBox Left = 24 Top = 24 Width = 169 Height = 17 Caption = '&Save full path info' TabOrder = 0 end object ckIncludeSubfolders: TCheckBox Left = 24 Top = 48 Width = 177 Height = 17 Caption = '&Include subfolders' TabOrder = 1 end end object buPassword: TButton Left = 191 Top = 54 Width = 81 Height = 25 Caption = '&Password' TabOrder = 4 OnClick = buPasswordClick end object buWildcards: TButton Left = 279 Top = 54 Width = 129 Height = 25 Caption = 'Add with &Wildcards' TabOrder = 5 OnClick = buWildcardsClick end object buHelp: TButton Left = 333 Top = 0 Width = 75 Height = 23 Caption = '&Help' TabOrder = 6 OnClick = buHelpClick end end